Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/workers-types 4.20251120.0 -> 4.20251128.0 age confidence
class-validator 0.14.2 -> 0.14.3 age confidence
cookie 1.0.2 -> 1.1.1 age confidence
pnpm (source) 10.23.0 -> 10.24.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
wrangler (source) 4.50.0 -> 4.51.0 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20251128.0

Compare Source

v4.20251127.0

Compare Source

v4.20251126.0

Compare Source

v4.20251125.0

Compare Source

v4.20251121.0

Compare Source

typestack/class-validator (class-validator)

v0.14.3

Compare Source

jshttp/cookie (cookie)

v1.1.1

Compare Source

Fixed

  • Overwrite value in passed in options (#​253) c66147c
    • When value was provided in serialize(key, value, { value }) the value in options was used instead of the value passed as an argument

v1.1.0

Compare Source

pnpm/pnpm (pnpm)

v10.24.0

Compare Source

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

cloudflare/workers-sdk (wrangler)

v4.51.0

Compare Source

Minor Changes
  • #​11345 d524e55 Thanks @​penalosa! - Enable experimental support for autoconfig-powered Astro projects

  • #​11228 43903a3 Thanks @​petebacondarwin! - Support CLOUDFLARE_ENV environment variable for selecting the active environment

    This change enables users to select the environment for commands such as CLOUDFLARE_ENV=prod wrangler versions upload. The --env command line argument takes precedence.

    The CLOUDFLARE_ENV environment variable is mostly used with the @cloudflare/vite-plugin to select the environment for building the Worker to be deployed. This build also generates a "redirected deploy config" that is flattened to only contain the active environment.
    To avoid accidentally deploying a version that is built for one environment to a different environment, there is an additional check to ensure that if the user specifies an environment in Wrangler it matches the original selected environment from the build.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://26add568.envelop.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da7c1a9 to 12be697 Compare November 24, 2025 10:06
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to v4.20251121.0 fix(deps): update all non-major dependencies Nov 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 94c3fa2 to 9f9ce9b Compare November 26, 2025 06:07
@github-actions
Copy link
Contributor

github-actions bot commented Nov 26, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@envelop/validation-cache 10.0.1-alpha-20251129185337-d23c41895636c56be16cc492025f434d3211bf9c npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 302b208 to df01263 Compare November 29, 2025 00:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df01263 to d23c418 Compare November 29, 2025 18:52
@ardatan ardatan merged commit f4498a5 into main Nov 29, 2025
12 of 13 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 29, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant